home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™94 / Talks & Papers / Timothy Knox / Open Prolog / External Predicates… / External Predicates History < prev    next >
Text File  |  1994-06-24  |  1KB  |  29 lines

  1. • 1.0.2d0
  2.  
  3. - Added the OpenPrologMultipleChoice/15 external predicate
  4. - New Library Entries
  5. - Shortened OpenPrologSpeech to use the new library calls properly
  6.  
  7. • 1.0.1
  8.  
  9. - Added the OpenPrologSpeech example of using the Sound Manager
  10.  
  11. • 1.0d42
  12.  
  13. -    Fixed a bug which initialised the predicates in a PRLX resource in the wrong order. This bug only has an effect if the predicates share common data structures - what is supposed to be the first predicate to be initialised (and hence the one to allocate the shared storage) was actually being initialised last. Oops. Sorry... Now, the predicates are initialised in ascending numerical order, as advertised.
  14.  
  15. • 1.0d41
  16.  
  17. - fixed a bug which prevented writestr writelnstr or errorstr from working properly.
  18.  
  19. • 1.0d37
  20.  
  21. - predicates defined in the same resource can share data at initialisation.
  22.  
  23. - predicates can signal errors that are then 'thrown'
  24.  
  25. - new eventsVersion number. Previously compiled predicates must be recompiled. No other modifications needed.
  26.  
  27. • 1.0d36
  28.  
  29. - initial public release